meson: Use built-in symlink creation method#356
Merged
Conversation
Member
|
The symlink now points using the absolute path instead of the relative one but maybe we can safe to ignore this tiny equivalent change? Before: After: |
b1f57c5 to
52a7ecc
Compare
Member
Author
|
Here is a new version that keeps the relative path (but requires Meson 1.3.0 which we have already 🙂 ) |
ryonakano
approved these changes
Oct 30, 2025
Member
ryonakano
left a comment
There was a problem hiding this comment.
LGTM, thanks!
user@test:~/work/default-settings$ LANG=C ls -l /usr/share/accountsservice/interfaces/
total 24
lrwxrwxrwx 1 root root 69 7\u6708 16 18:23 com.endlessm.ParentalControls.AccountInfo.xml -> ../../dbus-1/interfaces/com.endlessm.ParentalControls.AccountInfo.xml
lrwxrwxrwx 1 root root 67 7\u6708 16 18:23 com.endlessm.ParentalControls.AppFilter.xml -> ../../dbus-1/interfaces/com.endlessm.ParentalControls.AppFilter.xml
lrwxrwxrwx 1 root root 71 7\u6708 16 18:23 com.endlessm.ParentalControls.SessionLimits.xml -> ../../dbus-1/interfaces/com.endlessm.ParentalControls.SessionLimits.xml
lrwxrwxrwx 1 root root 72 10\u6708 30 22:01 io.elementary.SettingsDaemon.AccountsService.xml -> ../../dbus-1/interfaces/io.elementary.SettingsDaemon.AccountsService.xml
lrwxrwxrwx 1 root root 66 10\u6708 31 00:08 io.elementary.pantheon.AccountsService.xml -> ../../dbus-1/interfaces/io.elementary.pantheon.AccountsService.xml
lrwxrwxrwx 1 root root 74 4\u6708 8 2024 org.freedesktop.DisplayManager.AccountsService.xml -> ../../dbus-1/interfaces/org.freedesktop.DisplayManager.AccountsService.xml
user@test:~/work/default-settings$
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.